As an Organization user I want to update Access(es) entries directly attached to a Container node where containerID = \{ID\} and accessID = \{ subID \}.
PATCH/vfs/api/v2/containers/:containerId/accesses/:accessId
Allowed value for path : [/groupId : string, /groupLabel : string, /canRead : boolean, /canUpdate : boolean, /canDelete : boolean, /expirationDate : dateTime].
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
OK
The request is bad formatted.
You don't have permission to perform this action.
Forbidden
There no item with this id.
Conflict
Unhandled exception.